Appliance Recovery Backup Parts Part
Appliance Recovery Backup Parts Part schema Structure representing backup restore part
{
"id": "string",
"name": {
"id": "string",
"default_message": "string",
"args": [
"string"
]
},
"description": {
"id": "string",
"default_message": "string",
"args": [
"string"
]
},
"selected_by_default": false,
"optional": false,
"standalone": false
}
part ID
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.appliance.recovery.backup.parts
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.appliance.recovery.backup.parts
.
part name id in message bundle
part description id in message bundle
Is this part selected by default in the user interface.
Is this part optional.
This flag will be true
if this part can be restored independently of an entire VCSA restore
This property was added in vSphere API 8.0.3.0.
This property is optional because it was added in a newer version than its parent node.